home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: dd.chalmers.se!news.chalmers.se!sunic!EU.net!howland.reston.ans.net!gatech!concert!sas!mozart.unx.sas.com!walker
- From: walker@twix.unx.sas.com (Doug Walker)
- Subject: Re: SAS/C: CTRL-C Handling
- Originator: walker@twix.unx.sas.com
- Sender: news@unx.sas.com (Noter of Newsworthy Events)
- Message-ID: <CIE4Iw.3rp@unx.sas.com>
- Date: Tue, 21 Dec 1993 15:04:08 GMT
- References: <1993Dec16.184709.2391@dres.dnd.ca> <1993Dec19.234933.18097@jupiter.sun.csd.unb.ca>
- Nntp-Posting-Host: twix.unx.sas.com
- Organization: SAS Institute Inc.
- Lines: 23
-
-
- In article <1993Dec19.234933.18097@jupiter.sun.csd.unb.ca>, i6t4@jupiter.sun.csd.unb.ca (Nick MacDonald) writes:
- |> void __regargs __chkabort(void);
- |>
- |> void __regargs __chkabort(void)
- |> {
- |> }
- |>
- |> This will replace the function called for a control-c with a
- |> function that does nothing.
-
- If you are using Version 6.50 or above, and you HAVE NOT replaced
- __chkabort in your own code yet, you can use the NOCHKABORT option
- on the SC command to accomplish the same thing.
-
- --
- ***** / walker@unx.sas.com
- *|_o_o|\\ Doug Walker< BIX, Portal: djwalker
- *|. o.| || \ CompuServe: 71165,2274
- | o |//
- ======
- Any opinions expressed are mine, not those of SAS Institute, Inc.
-